home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00232.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  126 b   |  9 lines

  1. on exitFrame
  2.   global wrinkle
  3.   puppetSprite(15, 0)
  4.   if wrinkle > 0 then
  5.     set wrinkle to 0
  6.     go(marker(1))
  7.   end if
  8. end
  9.